home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Conf / proto.os.sunos < prev    next >
Encoding:
Text File  |  1991-04-16  |  366 b   |  23 lines  |  [TEXT/????]

  1.  
  2. #
  3. # Definitions pertaining to SunOS (hopefully all versions)
  4. #
  5.  
  6. # Define the name of this O.S. here.
  7. #
  8. OS=        sunos
  9.  
  10. # The mkdep using cc -M will work for any architecture (I hope)
  11. #
  12. MKDEP=        $(CONF)/fastmkdep
  13.  
  14. # The system libraries to link with programs that use termcap and X11
  15. #
  16. LIBTERMCAP=    -ltermcap
  17. LIBX11=        -lX11
  18.  
  19. # Similar for the math library
  20. #
  21. LIBMATH=    -lm
  22.  
  23.